-- $Id: CISCO-BGP4-CAPABILITY.my,v 3.2 1995/11/17 08:33:28 hampton Exp $
-- $Source: /swtal/cherf.111/ios/sys/MIBS/CISCO-BGP4-CAPABILITY.my,v $
-- *****************************************************************
-- CISCO-BGP4-CAPABILITY.my: BGP4-MIB AGENT-CAPABILITIES
-- 
-- August 1994, Jeffrey T. Johnson
-- 
-- Copyright (c) 1994 by cisco Systems, Inc.
-- All rights reserved.
-- 
-- *****************************************************************
-- $Log: CISCO-BGP4-CAPABILITY.my,v $
-- Revision 3.2  1995/11/17  08:33:28  hampton
-- Remove old entries from the RCS header logs.
--
-- Revision 3.1  1995/11/09  10:49:20  shaker
-- Bump version numbers from 2.x to 3.x.
--
-- Revision 2.1  1995/06/07  19:59:50  hampton
-- Bump version numbers from 1.x to 2.x.
--
-- *****************************************************************
-- $Endlog$

CISCO-BGP4-CAPABILITY DEFINITIONS ::= BEGIN

IMPORTS
        MODULE-IDENTITY
                FROM SNMPv2-SMI
        AGENT-CAPABILITIES
                FROM SNMPv2-CONF
        ciscoAgentCapability
                FROM CISCO-SMI;

ciscoBgp4Capability MODULE-IDENTITY
                LAST-UPDATED    "9408180000Z"
                ORGANIZATION    "Cisco Systems, Inc."
                CONTACT-INFO
                        "       Cisco Systems
                                Customer Service
                        
                        Postal: 170 West Tasman Drive
                                San Jose, CA  95134
                                USA
                        
                           Tel: +1 800 553-NETS
                        
                        E-mail: cs-snmp@cisco.com"
                DESCRIPTION
                        "Agent capabilities for BGP4-MIB"
                REVISION        "9408180000Z"
                DESCRIPTION
                        "Initial version of this MIB module."
        ::= { ciscoAgentCapability 112 }

ciscoBgp4CapabilityV10R02 AGENT-CAPABILITIES

PRODUCT-RELEASE "Cisco IOS 10.2"
STATUS          current
DESCRIPTION     "bgp4 mib capabilities"

SUPPORTS        BGP4-MIB
INCLUDES        { bgpTrapsGroup }

VARIATION       bgpPeerAdminStatus
SYNTAX          INTEGER { stop(1) }
-- no            { start(2) }
DESCRIPTION     "Unable to detect all states"

VARIATION       bgpPathAttrPeer
ACCESS          not-implemented
DESCRIPTION     "Table for bgpPathAttrEntry not supported"

VARIATION       bgpPathAttrDestNetwork
ACCESS          not-implemented
DESCRIPTION     "Table for bgpPathAttrEntry not supported"

VARIATION       bgpPathAttrOrigin
ACCESS          not-implemented
DESCRIPTION     "Table for bgpPathAttrEntry not supported"

VARIATION       bgpPathAttrASPath
ACCESS          not-implemented
DESCRIPTION     "Table for bgpPathAttrEntry not supported"

VARIATION       bgpPathAttrNextHop
ACCESS          not-implemented
DESCRIPTION     "Table for bgpPathAttrEntry not supported"

VARIATION       bgpPathAttrInterASMetric
ACCESS          not-implemented
DESCRIPTION     "Table for bgpPathAttrEntry not supported"

VARIATION       bgp4PathAttrPeer
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

VARIATION       bgp4PathAttrIpAddrPrefixLen
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

VARIATION       bgp4PathAttrIpAddrPrefix
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

VARIATION       bgp4PathAttrOrigin
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

VARIATION       bgp4PathAttrASPathSegment
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

VARIATION       bgp4PathAttrNextHop
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

VARIATION       bgp4PathAttrMultiExitDisc
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

VARIATION       bgp4PathAttrLocalPref
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

VARIATION       bgp4PathAttrAtomicAggregate
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

VARIATION       bgp4PathAttrAggregatorAS
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

VARIATION       bgp4PathAttrAggregatorAddr
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

VARIATION       bgp4PathAttrCalcLocalPref
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

VARIATION       bgp4PathAttrBest
ACCESS          not-implemented
DESCRIPTION     "Table for bgp4PathAttrEntry not supported"

        ::= { ciscoBgp4Capability 1 }

END